From 4f3abf698cf8fbe3b0e31acdd2c6a8e62b4ee822 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 4 May 2010 07:34:00 +0000 Subject: [PATCH] backport r21347 to backfire SVN-Revision: 21348 --- package/acx/patches/006-netdev_ops.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/acx/patches/006-netdev_ops.patch b/package/acx/patches/006-netdev_ops.patch index b687c211c7..e7840c6eb6 100644 --- a/package/acx/patches/006-netdev_ops.patch +++ b/package/acx/patches/006-netdev_ops.patch @@ -50,7 +50,7 @@ Index: acx-20080210/pci.c goto fail_alloc_netdev; } ether_setup(ndev); -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) ndev->open = &acxpci_e_open; ndev->stop = &acxpci_e_close; ndev->hard_start_xmit = &acx_i_start_xmit; -- 2.30.2